home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
Issue34
/
clinic
/
DragU.dfm
/
DragU.txt
Wrap
Text File
|
1998-02-07
|
466b
|
25 lines
object Form1: TForm1
Left = 200
Top = 99
Width = 435
Height = 300
Caption = 'Form1'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OnMouseDown = GenericMouseDown
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 128
Top = 96
Width = 185
Height = 41
Caption = 'Drag Me!'
TabOrder = 0
OnMouseDown = GenericMouseDown
end
end